ComponentOne ASP.NET MVC Controls
GapWidth Method

C1.Web.Mvc.Fluent Namespace > BoxWhiskerBuilder<T> Class : GapWidth Method
The value.
Configurates C1.Web.Mvc.BoxWhisker<T>.GapWidth. Sets a value that determines the gap width as a percentage for the Box and Whisker chart. The default value for this property is 0.1. The min value is 0 and max value is 1.
Syntax
'Declaration
 
Public Function GapWidth( _
   ByVal value As Single _
) As BoxWhiskerBuilder(Of T)
public BoxWhiskerBuilder<T> GapWidth( 
   float value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

BoxWhiskerBuilder<T> Class
BoxWhiskerBuilder<T> Members